home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / CPOPUPME / STRINGUT.H < prev   
Text File  |  1989-08-18  |  144b  |  5 lines

  1. void EllipseString(Str255 s, Int16 width);
  2. Int16 FitText( Ptr text, Int16 length, Int16 width);
  3. Int16 toupper(Int16 c);
  4. Int16 tolower(Int16 c);
  5.